home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / edparts.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.8 KB  |  60 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef edpartsH
  7. #define edpartsH
  8. //---------------------------------------------------------------------------
  9. #include <Classes.hpp>
  10. #include <Controls.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <Forms.hpp>
  13. #include <ExtCtrls.hpp>
  14. #include <DBCtrls.hpp>
  15. #include <Buttons.hpp>
  16. #include <Mask.hpp>
  17. #include <DB.hpp>
  18. #include <Db.hpp>
  19. //---------------------------------------------------------------------------
  20. class TEdPartsForm : public TForm
  21. {
  22. __published:    // IDE-managed Components
  23.     TPanel *Panel1;
  24.     TBevel *Bevel1;
  25.     TDBNavigator *Navigator;
  26.     TSpeedButton *PrintBtn;
  27.     TPanel *Panel2;
  28.     TLabel *Label1;
  29.     TLabel *Label2;
  30.     TLabel *Label3;
  31.     TLabel *Label4;
  32.     TLabel *Label5;
  33.     TLabel *Label6;
  34.     TLabel *Label7;
  35.     TLabel *Label8;
  36.     TButton *OKButton;
  37.     TButton *CancelButton;
  38.     TDBEdit *DBEdPartNo;
  39.     TDBEdit *DBEdit2;
  40.     TDBEdit *DBEdit3;
  41.     TDBEdit *DBEdit4;
  42.     TDBEdit *DBEdit5;
  43.     TDBLookupComboBox *DataComboBox1;
  44.     TDBEdit *DBEdit8;
  45.     TDBEdit *DBEdit7;
  46.     TDataSource *PartsSource1;
  47.     void __fastcall PrintBtnClick(TObject *Sender);
  48.     void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
  49.     
  50. private:    // User declarations
  51. public:        // User declarations
  52.     virtual __fastcall TEdPartsForm(TComponent* Owner);
  53. void Edit(Double PartNo);
  54.  
  55. };
  56. //---------------------------------------------------------------------------
  57. extern TEdPartsForm *EdPartsForm;
  58. //---------------------------------------------------------------------------
  59. #endif
  60.